home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / apcp.arc / A213A.CMD < prev    next >
Encoding:
Text File  |  1987-01-09  |  10.3 KB  |  404 lines

  1.      goto menu
  2.  
  3. dial:
  4.      isfile s8
  5.      if success
  6.           return
  7.      else
  8.      endif
  9.      clear
  10.      message "│ 213 │"
  11.      locate 0,8
  12.      message s8
  13.      locate 0,17
  14.      message "│ Los Angles, CA              │"
  15.      locate 0,49
  16.      message s6
  17.      locate 0,77
  18.      message "│"
  19.      locate 2,0
  20.      transmit "I!"
  21.      pause 1
  22.      transmit "ATZ!"
  23.      waitfor "OK"
  24.      transmit "^E!"
  25.      waitfor "READY"
  26.      transmit "D"
  27.      transmit S8
  28.      transmit "!"
  29.      rget s9
  30.      rget s9 80 40
  31.      rget s9 40 40
  32.      rget s9 40 40
  33.  
  34. mess:
  35.      find s9 "BUSY"
  36.      if found
  37.           assign s7 "M"
  38.           return
  39.      else
  40.      endif
  41.      find s9 "ANSWER TONE"
  42.      if found
  43.           set parity none
  44.           set databits 8
  45.           clear
  46.           log open s8
  47.           alarm 2
  48.           exit
  49.      else
  50.      endif
  51.      find s9 "RINGING"
  52.      if found
  53.           rget s9
  54.           find s9 "RINGING"
  55.           if not found
  56.                goto mess
  57.           else
  58.                log open s8
  59.                message "NO ANSWER - STILL RINGING"
  60.                log close
  61.                transmit "^C^D^C"
  62.           endif
  63.      else
  64.      endif
  65. return
  66.  
  67. menu:
  68.      assign s7 " "
  69.      log close
  70.      clear
  71.      message "╔════════════════════════════════════════════════════════════════════════════╗"
  72.      message "║ A- Rainbow ................ 376-9567  V- Computer Connection .... 657-1799 ║"
  73.      message "║ B- Rainbow Fido ........... 644-1963  W- The Motherboard .... ... 659-5334 ║"
  74.      message "║ C- Crest BBS .............. 471-2518  X- Santa Monica IBM 4331 .. 828-1331 ║"
  75.      message "║ D- Sci Fi ................. 379-8817  Y- Santa Monica IBM PC .... 829-1487 ║"
  76.      message "║ E- RBBS of Pacific Palis .. 459-6480  Z- Net Works Computer Wrl . 859-0894 ║"
  77.      message "║ F- DOS .................... 660-1306  0- FBI ?? ................. 925-9255 ║"
  78.      message "║ G- AT ..................... 874-9484  1- Observatory ............ 947-7095 ║"
  79.      message "║ H- Manna Tech (Pursuit) ... 633-6343  2- Picture? BBS ........... 739-5056 ║"
  80.      message "║ I- RLW Downloading ........ 257-7327  3- Digital Vision ......... 732-6935 ║"
  81.      message "║ J- LMI Forth Board ........ 306-3530  4- LA Public Domain LABBS . 456-1121 ║"
  82.      message "║ K- Compucenter ............ 320-0222  5- ........................ ...-.... ║"
  83.      message "║ L- Valley Computer Club ... 367-0013  6- ........................ ...-.... ║"
  84.      message "║ M- Epson (PC=World) ....... 375-1391  7- ........................ ...-.... ║"
  85.      message "║ N- South Bay PC BBS ....... 376-7089  8- ........................ ...-.... ║"
  86.      message "║ O- Micro Source ........... 391-1351  9- ........................ ...-.... ║"
  87.      message "║ P- Wargames RBBS .......... 393-7227  @- ........................ ...-.... ║"
  88.      message "║ Q- Sysop's BBS ............ 479-0964  #- ........................ ...-.... ║"
  89.      message "║ R- GFRN Data Exchange .. .. 541-2503  $- ........................ ...-.... ║"
  90.      message "║ S- City of Los Angeles .... 617-3599  %- ........................ ...-.... ║"
  91.      message "║ T- IBM_PC ................. 637-9229  &- ........................ ...-.... ║"
  92.      message "║ U- RBBS PC ................ 649-1489  *- ........................ ...-.... ║"
  93.      message "╚════════════════════════════════════════════════════════════════════════════╝"
  94.      locate 23,2
  95.      get s0
  96.  
  97. top:
  98.      find s0 "A"
  99.      if found
  100.           assign s8 "376-9567"
  101.           assign s6 "Rainbow                    "
  102.           gosub dial
  103.      else
  104.      endif
  105.      find s0 "B"
  106.      if found
  107.           assign s8 "644-1963"
  108.           assign s6 "Rainbow FIDO               "
  109.           gosub dial
  110.      else
  111.      endif
  112.      find s0 "C"
  113.      if found
  114.           assign s8 "471-2518"
  115.           assign s6 "Crest BBS                  "
  116.           gosub dial
  117.      else
  118.      endif
  119.      find s0 "D"
  120.      if found
  121.           assign s8 "379-8817"
  122.           assign s6 "Science Fiction BBS        "
  123.           gosub dial
  124.      else
  125.      endif
  126.      find s0 "E"
  127.      if found
  128.           assign s8 "459-6480"
  129.           assign s6 "RBBS of Pacific Palisades  "
  130.           gosub dial
  131.      else
  132.      endif
  133.      find s0 "F"
  134.      if found
  135.           assign s8 "660-1306"
  136.           assign s6 "DOS                        "
  137.           gosub dial
  138.      else
  139.      endif
  140.      find s0 "G"
  141.      if found
  142.           assign s8 "874-9484"
  143.           assign s6 "AT                         "
  144.           gosub dial
  145.      else
  146.      endif
  147.      find s0 "H"
  148.      if found
  149.           assign s8 "633-6343"
  150.           assign s6 "Manna Tech (Pursuit)       "
  151.           gosub dial
  152.      else
  153.      endif
  154.      find s0 "I"
  155.      if found
  156.           assign s8 "257-7327"
  157.           assign s6 "RLW Downloading            "
  158.           gosub dial
  159.      else
  160.      endif
  161.      find s0 "J"
  162.      if found
  163.           assign s8 "306-3530"
  164.           assign s6 "LMI Forth Board            "
  165.           gosub dial
  166.      else
  167.      endif
  168.      find s0 "K"
  169.      if found
  170.           assign s8 "320-0222"
  171.           assign s6 "Compucenter                "
  172.           gosub dial
  173.      else
  174.      endif
  175.      find s0 "L"
  176.      if found
  177.           assign s8 "367-0013"
  178.           assign s6 "Valley Computer Club       "
  179.           gosub dial
  180.      else
  181.      endif
  182.      find s0 "M"
  183.      if found
  184.           assign s8 "375-1391"
  185.           assign s6 "Epson (PC World)           "
  186.           gosub dial
  187.      else
  188.      endif
  189.      find s0 "N"
  190.      if found
  191.           assign s8 "376-7089"
  192.           assign s6 "South Bay PC BBS           "
  193.           gosub dial
  194.      else
  195.      endif
  196.      find s0 "O"
  197.      if found
  198.           assign s8 "391-1351"
  199.           assign s6 "Micro Source               "
  200.           gosub dial
  201.      else
  202.      endif
  203.      find s0 "P"
  204.      if found
  205.           assign s8 "393-7227"
  206.           assign s6 "Wargames RBBS              "
  207.           gosub dial
  208.      else
  209.      endif
  210.      find s0 "Q"
  211.      if found
  212.           assign s8 "479-0964"
  213.           assign s6 "Sysop's BBS                "
  214.           gosub dial
  215.      else
  216.      endif
  217.      find s0 "R"
  218.      if found
  219.           assign s8 "541-2503"
  220.           assign s6 "GFRN Data Exchange         "
  221.           gosub dial
  222.      else
  223.      endif
  224.      find s0 "S"
  225.      if found
  226.           assign s8 "617-3599"
  227.           assign s6 "City of Los Angeles        "
  228.           gosub dial
  229.      else
  230.      endif
  231.      find s0 "T"
  232.      if found
  233.           assign s8 "637-9229"
  234.           assign s6 "IBM_PC                     "
  235.           gosub dial
  236.      else
  237.      endif
  238.      find s0 "U"
  239.      if found
  240.           assign s8 "649-1489"
  241.           assign s6 "RBBS PC                    "
  242.           gosub dial
  243.      else
  244.      endif
  245.      find s0 "V"
  246.      if found
  247.           assign s8 "657-1799"
  248.           assign s6 "Computer Connection        "
  249.           gosub dial
  250.      else
  251.      endif
  252.      find s0 "W"
  253.      if found
  254.           assign s8 "659-5334"
  255.           assign s6 "The Motherboard            "
  256.           gosub dial
  257.      else
  258.      endif
  259.      find s0 "X"
  260.      if found
  261.           assign s8 "828-1331"
  262.           assign s6 "Santa Monica IBM 4331      "
  263.           gosub dial
  264.      else
  265.      endif
  266.      find s0 "Y"
  267.      if found
  268.           assign s8 "829-1487"
  269.           assign s6 "Santa Monica IBM PC        "
  270.           gosub dial
  271.      else
  272.      endif
  273.      find s0 "Z"
  274.      if found
  275.           assign s8 "859-0894"
  276.           assign s6 "Net Works Computer World   "
  277.           gosub dial
  278.      else
  279.      endif
  280.      find s0 "0"
  281.      if found
  282.           assign s8 "925-9255"
  283.           assign s6 "FBI ??                     "
  284.           gosub dial
  285.      else
  286.      endif
  287.      find s0 "1"
  288.      if found
  289.           assign s8 "947-7095"
  290.           assign s6 "Observatory                "
  291.           gosub dial
  292.      else
  293.      endif
  294.      find s0 "2"
  295.      if found
  296.           assign s8 "739-5056"
  297.           assign s6 "Picture??  BBS             "
  298.           gosub dial
  299.      else
  300.      endif
  301.      find s0 "3"
  302.      if found
  303.           assign s8 "732-6935"
  304.           assign s6 "Digital Vision             "
  305.           gosub dial
  306.      else
  307.      endif
  308.      find s0 "4"
  309.      if found
  310.           assign s8 "456-1121"
  311.           assign s6 "LA Public Domain LABBS     "
  312.           gosub dial
  313.      else
  314.      endif
  315.      goto speedup                      ; Skip Empty Elements
  316.      find s0 "5"
  317.      if found
  318.           assign s8 "   -    "
  319.           assign s6 "                           "
  320.           gosub dial
  321.      else
  322.      endif
  323.      find s0 "6"
  324.      if found
  325.           assign s8 "   -    "
  326.           assign s6 "                           "
  327.           gosub dial
  328.      else
  329.      endif
  330.      find s0 "7"
  331.      if found
  332.           assign s8 "   -    "
  333.           assign s6 "                           "
  334.           gosub dial
  335.      else
  336.      endif
  337.      find s0 "8"
  338.      if found
  339.           assign s8 "   -    "
  340.           assign s6 "                           "
  341.           gosub dial
  342.      else
  343.      endif
  344.      find s0 "9"
  345.      if found
  346.           assign s8 "   -    "
  347.           assign s6 "                           "
  348.           gosub dial
  349.      else
  350.      endif
  351.      find s0 "@"
  352.      if found
  353.           assign s8 "   -    "
  354.           assign s6 "                           "
  355.           gosub dial
  356.      else
  357.      endif
  358.      find s0 "#"
  359.      if found
  360.           assign s8 "   -    "
  361.           assign s6 "                           "
  362.           gosub dial
  363.      else
  364.      endif
  365.      find s0 "$"
  366.      if found
  367.           assign s8 "   -    "
  368.           assign s6 "                           "
  369.           gosub dial
  370.      else
  371.      endif
  372.      find s0 "%"
  373.      if found
  374.           assign s8 "   -    "
  375.           assign s6 "                           "
  376.           gosub dial
  377.      else
  378.      endif
  379.      find s0 "&"
  380.      if found
  381.           assign s8 "   -    "
  382.           assign s6 "                           "
  383.           gosub dial
  384.      else
  385.      endif
  386.      find s0 "*"
  387.      if found
  388.           assign s8 "   -    "
  389.           assign s6 "                           "
  390.           gosub dial
  391.      else
  392.      endif
  393.  
  394. speedup:
  395.      find s7 "M"
  396.      if found
  397.           assign s7 " "
  398.           goto top
  399.      else
  400.      endif
  401.      message "All Numbers Connected - Or Did Not Answer"
  402.      alarm 2
  403.      exit
  404.